home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / yrn2_089.zip / PGPD.BAT < prev    next >
DOS Batch File  |  1994-10-05  |  74b  |  7 lines

  1. @echo off
  2. del %1.txt >nul
  3. pgp %1 -o %1.txt
  4. pause
  5. more <%1.txt
  6. pause
  7.